type golang.org/x/tools/go/packages.golistState
15 uses
golang.org/x/tools/go/packages (current package)
golist.go#L79: type golistState struct {
golist.go#L107: func (state *golistState) getEnv() (map[string]string, error) {
golist.go#L125: func (state *golistState) mustGetEnv() map[string]string {
golist.go#L150: state := &golistState{
golist.go#L236: func (state *golistState) runContainsQueries(response *responseDeduper, queries []string) error {
golist.go#L287: func (state *golistState) adhocPackage(pattern, query string) (*DriverResponse, error) {
golist.go#L379: func (state *golistState) createDriverResponse(words ...string) (*DriverResponse, error) {
golist.go#L681: func (state *golistState) shouldAddFilenameFromError(p *jsonPackage) bool {
golist.go#L705: func (state *golistState) getGoVersion() (int, error) {
golist.go#L714: func (state *golistState) getPkgPath(dir string) (string, bool, error) {
golist.go#L858: func (state *golistState) cfgInvocation() gocommand.Invocation {
golist.go#L871: func (state *golistState) invokeGo(verb string, args ...string) (*bytes.Buffer, error) {
golist_overlay.go#L16: func (state *golistState) determineRootDirs() (map[string]string, error) {
golist_overlay.go#L33: func (state *golistState) determineRootDirsModules() (map[string]string, error) {
golist_overlay.go#L73: func (state *golistState) determineRootDirsGOPATH() (map[string]string, error) {